projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08df891
)
reftests: XFAIL border-half-pixel test
author
Benjamin Otte
<otte@redhat.com>
Thu, 16 Sep 2021 18:41:25 +0000
(20:41 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 16 Sep 2021 21:59:37 +0000
(23:59 +0200)
the GL renderer can't deal with non-integers
testsuite/reftests/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/reftests/meson.build
b/testsuite/reftests/meson.build
index 2e079830dbe4d1456244031e15046a3a71707633..bdb6f705ee228f5d38ef30d8d82c0755d72eb6be 100644
(file)
--- a/
testsuite/reftests/meson.build
+++ b/
testsuite/reftests/meson.build
@@
-463,6
+463,8
@@
xfails = [
'sizegroups-evolution-identity-page.ui',
# these depend on details of text layout
'label-sizing.ui',
+ # the NGL renderer can't deal with non-integer sizes
+ 'border-half-pixel.ui'
]
reftest_env = environment()